Fix make_frame, introduce Vtemp_buffer_show_specifiers, cleanup doc-strings.
authormartin rudalics <rudalics@gmx.at>
Sun, 12 Jun 2011 10:16:46 +0000 (12:16 +0200)
committermartin rudalics <rudalics@gmx.at>
Sun, 12 Jun 2011 10:16:46 +0000 (12:16 +0200)
commit4965d0af2bb080377f99d32ea68155c474ecac2a
treeb8de6c4cc8619fd0b8cded96a5517ba9489f215e
parente83792afc3bf86ae2405b6ab7cc83c897c612910
Fix make_frame, introduce Vtemp_buffer_show_specifiers, cleanup doc-strings.

* frame.c (make_frame): Call other_buffer_safely instead of
other_buffer.

* window.c (temp_output_buffer_show): Call display_buffer with
second argument Vtemp_buffer_show_specifiers and reset latter
immediately after the call.
(Vtemp_buffer_show_specifiers): New variable.
(auto_window_vscroll_p, next_screen_context_lines)
(Vscroll_preserve_screen_position): Remove leading asterisks from
doc-strings.
src/ChangeLog
src/frame.c
src/window.c